home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / linux-bo / etherboo.000 / etherboo / etherboot-2.0 / TODO < prev    next >
Text File  |  1996-06-22  |  1KB  |  32 lines

  1. + Clean up NE autoprobe code.
  2.  
  3. + Timeout to etherboot or normal boot if ASKBOOT defined.
  4.  
  5. + Clean up xstart code in start2.S.
  6.  
  7. + Don't know if the ROM startup in start2.S really works. Why does it
  8. hook into locations 0x64 and 0x66?
  9.  
  10. + When INT19H is not selected in netboot-32, the return from main goes
  11. to never-never land. Probably a stack problem. To investigate.
  12.  
  13. + Is back to back PIO a good idea? Maybe should use versions with delay?
  14.  
  15. + Netboot-32 binaries are close to 16kbyte boundary. Work to reduce size
  16. of binaries; speed not so important.
  17.  
  18. + Can we ifdef out the freebsd boot code and fit in 8k? Complex startup
  19. code really belongs in the secondary bootstrap, the approach taken by
  20. tagged images.
  21.  
  22. + Maybe compress the binary image to fit in smaller PROMS, and/or fit
  23. more code in? Anybody know a good small uncompressor?  Emphasis on
  24. small, then compression ratio, and speed last, because it has to fit
  25. into EPROM and not negate the gains of compression.
  26.  
  27. + An interesting idea from a commercial boot ROM product: Create a
  28. ramdisk called A: and fill it with whatever OS boot you want, then jump
  29. to the boot sector code. This could be done with the tagged file format;
  30. just load a ramdisk making routine in front of the ramdisk image.
  31. Anybody game?
  32.